Skip to content

Commit 9966230

Browse files
Merge pull request #100 from Technologicat/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents c693ece + 9395a0b commit 9966230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python -m coverage run --source=. -m runtests
4949
python -m coverage xml
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v5
51+
uses: codecov/codecov-action@v6
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: ./coverage.xml

0 commit comments

Comments
 (0)