Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kdeininger committed Dec 2, 2024
1 parent e4ea887 commit b09910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
flake8
py.test -vv --cov-config .coveragerc --cov geolink_formatter tests
- name: Send coverage for Python ${{ matrix.python-version }}
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit b09910b

Please sign in to comment.