Skip to content

Commit 139de89

Browse files
authored
Merge pull request #607 from csiblock/patch-3
Update pull.yml to use actions/upload-artifact@v4
2 parents c103eaa + 0bac4cb commit 139de89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Publish generated site as artifact. Unfortunately viewing it requires
2828
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
29-
- uses: actions/upload-artifact@v2
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: html-docs
3232
path: docs

0 commit comments

Comments
 (0)