Skip to content

Commit

Permalink
github-ci: bump upload-artifact@v3 to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTsagk committed Jan 16, 2025
1 parent 2e343d7 commit 78209b7
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 78209b7

Please sign in to comment.