Skip to content

Commit

Permalink
codecov action: set version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 17, 2024
1 parent faed049 commit d5cca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
GEONATURE_CONFIG_FILE: config/test_config.toml
- name: Upload coverage to Codecov
if: ${{ matrix.debian-version == '12' }}
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: pytest

0 comments on commit d5cca73

Please sign in to comment.