We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c103eaa + 0bac4cb commit 139de89Copy full SHA for 139de89
.github/workflows/pull.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# Publish generated site as artifact. Unfortunately viewing it requires
28
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
29
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
30
with:
31
name: html-docs
32
path: docs
0 commit comments