Skip to content

Commit 8cf50b0

Browse files
authored
Merge pull request #28 from bckohan/dependabot/github_actions/codecov/codecov-action-5
⬆ Bump codecov/codecov-action from 4 to 5
2 parents 1e98d16 + 136e7c1 commit 8cf50b0

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
@@ -142,7 +142,7 @@ jobs:
142142
- run: poetry run coverage xml
143143

144144
- name: Upload coverage to Codecov
145-
uses: codecov/codecov-action@v4
145+
uses: codecov/codecov-action@v5
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
file: ./coverage.xml

0 commit comments

Comments
 (0)