From 51b47012ea7ba2d6fabc0ef23a78293b6bcb7a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kub=C3=A1nyi?= Date: Mon, 16 Sep 2024 09:03:03 +0200 Subject: [PATCH] feat: upgrade deprecated job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kubányi --- .github/workflows/gretl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gretl.yml b/.github/workflows/gretl.yml index 72a943bb..8bcbff0c 100644 --- a/.github/workflows/gretl.yml +++ b/.github/workflows/gretl.yml @@ -53,7 +53,7 @@ jobs: S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }} S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: reports-jar @@ -121,7 +121,7 @@ jobs: S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }} S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: reports-docker