Skip to content

Commit 58d7c40

Browse files
Update actions/upload-artifact action to v7
1 parent b64f6c8 commit 58d7c40

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
@@ -83,7 +83,7 @@ jobs:
8383
) 2>&1 | tee full-build.log
8484
- name: Upload full build log
8585
if: always()
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: full-build-log
8989
path: full-build.log

0 commit comments

Comments
 (0)