Skip to content

Commit 785b571

Browse files
chore(deps): update actions/upload-pages-artifact action to v3
1 parent d8e1a67 commit 785b571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
CI: false
6666
run: ${{ steps.detect-package-manager.outputs.runner }} build
6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v1
68+
uses: actions/upload-pages-artifact@v3
6969
with:
7070
path: ./dist
7171
deploy:

0 commit comments

Comments
 (0)