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 1eca21f commit 637c9ddCopy full SHA for 637c9dd
1 file changed
.github/workflows/github-page.yml
@@ -50,7 +50,7 @@ jobs:
50
tar -czf haddocks.tgz -C haddocks .
51
52
- name: Upload haddocks artifact
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
if: ${{ always() }}
55
continue-on-error: true
56
with:
0 commit comments