diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a4e83..ff993e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,14 @@ jobs: run: mvn -q verify - name: Upload surefire reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: surefire-reports path: '**/target/surefire-reports' if-no-files-found: ignore - name: Upload JaCoCo coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: jacoco-exec path: '**/target/jacoco.exec'