From df1777b9123d0a585c54c5e8722859523f45806c Mon Sep 17 00:00:00 2001 From: Pavel Jares Date: Tue, 14 Jan 2025 09:59:02 +0100 Subject: [PATCH] upgrade actions/upload-artifact to v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Jareš --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 960762d..af0cf15 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,7 +35,7 @@ jobs: run: ./gradlew coverage - name: Store test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: UnitTestResults @@ -151,7 +151,7 @@ jobs: run: docker compose -f .apiml/docker-compose.yml logs - name: Store test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: IntegrationTestResults