We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e343d7 commit 78209b7Copy full SHA for 78209b7
.github/workflows/main.yaml
@@ -258,7 +258,7 @@ jobs:
258
run: 7z a logs-itest.zip itest/**/*.log
259
260
- name: Upload log files on failure
261
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
262
if: ${{ failure() }}
263
with:
264
name: logs-itest
@@ -286,7 +286,7 @@ jobs:
286
run: 7z a logs-itest-postgres.zip itest/**/*.log
287
288
289
290
291
292
name: logs-itest-postgres
0 commit comments