From a7a01f684d315e911e2b7df6679d4973f02a7cdb Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 10 Jan 2025 08:31:57 +0200 Subject: [PATCH] .github: bump upload-artifact action to v4 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b180aa04d..9e82038aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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 }} @@ -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 @@ -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