diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b7b35df..9982218 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: uses: codecov/codecov-action@v3 - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: cobertura.xml