We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417946 commit dcc4222Copy full SHA for dcc4222
.github/workflows/documentation.yml
@@ -74,7 +74,7 @@ jobs:
74
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
75
76
- name: Upload artifact
77
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
78
79
with:
80
# Upload entire repository
0 commit comments