diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3d49819..ecfd8062 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Build and run unit and integration tests run: ./gradlew build integrationTest --info - name: Archive test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Test report