Skip to content

Commit d40e027

Browse files
committed
.github: bump upload-artifact action to v4
1 parent 6ac0757 commit d40e027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: 7z a logs-itest.zip itest/**/*.log
238238

239239
- name: Upload log files on failure
240-
uses: actions/upload-artifact@v3
240+
uses: actions/upload-artifact@v4
241241
if: ${{ failure() }}
242242
with:
243243
name: logs-itest

0 commit comments

Comments
 (0)