From 7aca5e07812fe5e6a573626b59e73c8d2e7db5c5 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Wed, 11 Sep 2024 10:46:08 +0200 Subject: [PATCH] Bump upload-artifact to v4 (#400) --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbd34e56..be49d403 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,8 +101,7 @@ jobs: command: "./gradlew test -x compileJni -PtestJavaVersion=${{ matrix.version }} -PtestJavaVM=${{ matrix.vm }}" - name: Store test results if: success() || failure() - # The test reporting workflow only supports the @v3 artifact mechanism - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results-${{ matrix.version }}-${{ matrix.vm }} path: '**/build/test-results/test/TEST-*.xml'