diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index ab02757..364db76 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -60,7 +60,7 @@ jobs: run: ./mvnw -B clean install -Dmaven.test.failure.ignore=true - name: Test Logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: success() || failure() with: name: jdk17-test-results