diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index f2fe806bbd..36ea6fbe9c 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -31,7 +31,7 @@ jobs: - name: Generate Coverage Report run: mvn clean verify - name: Archive Jacoco reports - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: jacoco-reports path: test-coverage/target/site/jacoco-aggregate diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 27eac4c860..e1d9813b4e 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -45,7 +45,7 @@ jobs: env: MAVEN_OPTS: "-Xmx1g" - name: Archive pitest reports - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.0 with: name: pit-reports path: unit-tests/target/pit-reports