Skip to content

Commit d5cafd3

Browse files
authored
Merge pull request #81 from bckohan/dependabot/github_actions/codecov/codecov-action-5
⬆ Bump codecov/codecov-action from 4 to 5
2 parents 9ce6f14 + d64524e commit d5cafd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ jobs:
584584
- run: poetry run coverage xml
585585

586586
- name: Upload coverage to Codecov
587-
uses: codecov/codecov-action@v4
587+
uses: codecov/codecov-action@v5
588588
with:
589589
token: ${{ secrets.CODECOV_TOKEN }}
590590
file: ./coverage.xml

0 commit comments

Comments
 (0)