Skip to content

Commit

Permalink
ci: do not pin codecov-github-action (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh authored Jul 19, 2024
1 parent 5e28085 commit 06641eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./scripts/test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
fail_ci_if_error: true
Expand Down

0 comments on commit 06641eb

Please sign in to comment.