Skip to content

Commit 927f724

Browse files
Update actions/upload-artifact action to v5
1 parent 4b869de commit 927f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_fans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Upload the modified file if the validation fails
4747
- name: Upload modified files
4848
if: failure()
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: index-modified-html
5252
path: index.html

0 commit comments

Comments
 (0)