diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 484f7cb..d51eb85 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,7 +32,7 @@ jobs: flags: unittests name: codecov-umbrella - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: coverage.html