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.
2 parents ffd1c13 + 48d9f7e commit 55194acCopy full SHA for 55194ac
1 file changed
.github/workflows/documentation.yml
@@ -82,7 +82,7 @@ jobs:
82
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
83
84
- name: Upload artifact
85
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
86
87
with:
88
# Upload entire repository
0 commit comments