diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 00e821f..9d4119e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,6 +46,6 @@ jobs: - name: Upload to Codecov if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: file: cobertura.xml