1
0
Fork 0
mirror of https://github.com/kou029w/pucchinglgl.git synced 2025-04-18 10:19:39 +00:00

chore(deps): update actions/upload-pages-artifact action to v2

This commit is contained in:
renovate[bot] 2023-07-10 18:36:57 +00:00 committed by GitHub
parent 63345c4b64
commit 14bc9e888a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
run: | run: |
yarn install yarn install
yarn build yarn build
- uses: actions/upload-pages-artifact@v1 - uses: actions/upload-pages-artifact@v2
with: with:
path: build path: build
- uses: actions/deploy-pages@v2 - uses: actions/deploy-pages@v2