diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 089f985492..9b97c1e501 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{secrets.CODECOV_TOKEN}} - name: Archive Code Coverage Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: cobertura.xml