Skip to content

Commit 87f9e79

Browse files
authored
Merge pull request #21 from simonrp84/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents eb01a98 + f5b3211 commit 87f9e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--cov-report=xml
7171
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@v6
73+
uses: codecov/codecov-action@v7
7474
with:
7575
files: ./coverage.xml
7676
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)