diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5eda1ce..223d1079 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Build and run unit and integration tests run: ./gradlew build integrationTest --info - name: Archive test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: Test report