diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1d53e82..1579873 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -39,7 +39,7 @@ jobs: if: steps.changed-files-yaml.outputs.test_any_changed == 'true' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 if: steps.changed-files-yaml.outputs.test_any_changed == 'true' with: file: coverage.out