diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3229f1d..28ecdeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: ./gradlew check --stacktrace - name: Archive test results if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: junit_report_${{ matrix.os }}_${{ matrix.java_version }} path: build/reports/tests/test \ No newline at end of file