Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 31, 2024
1 parent fa29d84 commit 0021fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0021fdd

Please sign in to comment.