From 6d73c193401d5df60b560850ecdad81804d0ae61 Mon Sep 17 00:00:00 2001 From: ddekany Date: Thu, 19 Sep 2024 11:30:21 +0200 Subject: [PATCH] Github actions: Updated from unsupported actions/upload-artifact version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f7ae19a0..2a6e5cf99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: id: build_step run: './gradlew "-Pfreemarker.signMethod=none" "-Pfreemarker.allowUnsignedReleaseBuild=true" --continue clean build' - name: Upload Failed Report - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v4.4.0 if: failure() && steps.build_step.outcome == 'failure' with: name: test-reports-${{ matrix.os }}