diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 34bcf449a..d7c5b3b4f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -24,7 +24,7 @@ jobs: with: arguments: testCodeCoverageReport --continue - name: Archive test reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test path: ./code-coverage-report/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml