Skip to content

Commit aa0377f

Browse files
Update actions/upload-artifact action to v6
1 parent 24be7b6 commit aa0377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
) 2>&1 | tee full-build.log
8181
- name: Upload full build log
8282
if: always()
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: full-build-log
8686
path: full-build.log

0 commit comments

Comments
 (0)