diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a4e83..f23f7ee 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@v6 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@v6 with: name: jacoco-exec path: '**/target/jacoco.exec'