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

This commit is contained in:
renovate[bot] 2023-12-19 15:35:26 +00:00 committed by GitHub
parent 4437922fc3
commit 7dc184341e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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