Skip to content

Commit e50cb98

Browse files
committed
Update workflow build action
Use actions/upload-artifact@v4
1 parent e8ee771 commit e50cb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323
- name: Upload build ouptut
24-
uses: actions/upload-artifact@v1
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: output
2727
path: output

0 commit comments

Comments
 (0)