diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 13a9bc009f..c47833ffb3 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -51,7 +51,7 @@ jobs: - name: Capture Test Results if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results path: '*/target/surefire-reports/*.*'