Skip to content

Commit b00f3dd

Browse files
authored
Merge pull request #256 from callowayproject/dependabot/github_actions/github-actions-d109cd9e8b
Bump codecov/codecov-action from 4 to 5 in the github-actions group
2 parents ae2e390 + 2577fc8 commit b00f3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Test
4848
run: pytest --cov-report=xml
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
files: test-reports/coverage.xml

0 commit comments

Comments
 (0)