Skip to content

Commit cde96e9

Browse files
committed
Use the new version of actions/upload-artifact
1 parent bb9def9 commit cde96e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
publish_dir: ./public
3434

3535
- name: Upload page build as artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: github.ref != 'refs/heads/main'
3838
with:
3939
name: scverse.github.io

0 commit comments

Comments
 (0)