From 78209b74eb2fbaaea9028c6b406029a220058d62 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Thu, 16 Jan 2025 20:50:10 +0100 Subject: [PATCH] github-ci: bump upload-artifact@v3 to @v4 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 874462e02..28ed3b00d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 @@ -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