diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f654484..d3add7fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles=coverage verify - name: Upload JaCoCo report if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: jacoco path: code-coverage/target/site/jacoco-aggregate/ @@ -51,7 +51,7 @@ jobs: run: ./mvnw --batch-mode --no-transfer-progress --define skipTests=true verify javadoc:aggregate - name: Upload aggregate Javadoc if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: apidocs path: target/reports/apidocs/