We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7770ba commit ea186e4Copy full SHA for ea186e4
.github/workflows/static.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Look around
42
run: ls ../_${{ github.event.repository.name }}
43
- name: Upload artifact
44
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
45
with:
46
# Upload entire repository
47
path: '../_${{ github.event.repository.name }}'
0 commit comments