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
parent 63345c4b64
commit 19a396f632

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