Skip to content

Commit 6a581df

Browse files
.github: bump upload-artifact action to v4
1 parent ee4e7ff commit 6a581df

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
@@ -164,7 +164,7 @@ jobs:
164164
run: 7z a logs-itest.zip itest/**/*.log
165165

166166
- name: Upload log files on failure
167-
uses: actions/upload-artifact@v2.2.4
167+
uses: actions/upload-artifact@v4
168168
if: ${{ failure() }}
169169
with:
170170
name: logs-itest

0 commit comments

Comments
 (0)