We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae84ed commit aea012bCopy full SHA for aea012b
1 file changed
.github/workflows/github-actions.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: npm ci
19
- run: npm run build --if-present
20
- name: Archive dist
21
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
22
with:
23
path: dist
24
deploy:
0 commit comments