diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 03faab0..2f49543 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -25,7 +25,7 @@ jobs: ./mvnw -B clean install - name: Capture Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/target/surefire-reports/*.*'