Skip to content

Commit

Permalink
Merge pull request #1303 from GeorgeTsagk/upload-artifacts-v4
Browse files Browse the repository at this point in the history
github-ci: bump upload-artifact@v3 to @v4
  • Loading branch information
guggero authored Jan 17, 2025
2 parents 375a5e2 + 78209b7 commit ffef906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
run: 7z a logs-itest.zip itest/**/*.log

- name: Upload log files on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: logs-itest
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
run: 7z a logs-itest-postgres.zip itest/**/*.log

- name: Upload log files on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: logs-itest-postgres
Expand Down

0 comments on commit ffef906

Please sign in to comment.