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 8f7d033 commit 0d17f84Copy full SHA for 0d17f84
.github/workflows/documentation.yml
@@ -71,7 +71,7 @@ jobs:
71
tar vzcf haddocks.tgz ./docs/haddocks
72
73
- name: Upload haddocks as an artifact
74
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
75
with:
76
name: haddocks
77
path: haddocks.tgz
0 commit comments