Skip to content

Commit

Permalink
Merge pull request #9411 from ellemouton/bumpUploadArtifactAction
Browse files Browse the repository at this point in the history
.github: bump upload-artifact action to v4
  • Loading branch information
guggero authored Jan 10, 2025
2 parents a388c1f + a7a01f6 commit 1d9b30f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
run: 7z a logs-itest-${{ matrix.name }}.zip itest/**/*.log itest/postgres.log

- name: Upload log files on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: logs-itest-${{ matrix.name }}
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
run: 7z a logs-itest-${{ matrix.name }}.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-${{ matrix.name }}
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
run: 7z a logs-itest-windows.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-windows
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
run: 7z a logs-itest-macos.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-macos
Expand Down

0 comments on commit 1d9b30f

Please sign in to comment.