Skip to content

Commit 78209b7

Browse files
committed
github-ci: bump upload-artifact@v3 to @v4
1 parent 2e343d7 commit 78209b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
run: 7z a logs-itest.zip itest/**/*.log
259259

260260
- name: Upload log files on failure
261-
uses: actions/upload-artifact@v3
261+
uses: actions/upload-artifact@v4
262262
if: ${{ failure() }}
263263
with:
264264
name: logs-itest
@@ -286,7 +286,7 @@ jobs:
286286
run: 7z a logs-itest-postgres.zip itest/**/*.log
287287

288288
- name: Upload log files on failure
289-
uses: actions/upload-artifact@v3
289+
uses: actions/upload-artifact@v4
290290
if: ${{ failure() }}
291291
with:
292292
name: logs-itest-postgres

0 commit comments

Comments
 (0)