Skip to content

Commit

Permalink
Merge pull request #78 from Anselmoo/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v4.6.0
  • Loading branch information
Anselmoo authored Dec 17, 2024
2 parents dfdd347 + 62edd0d commit 39952f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
poetry run pytest
- name: Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
Expand Down

0 comments on commit 39952f6

Please sign in to comment.