Skip to content

Commit 2dc5e42

Browse files
authored
Merge pull request #79 from bckohan/dependabot/github_actions/codecov/codecov-action-5
⬆ Bump codecov/codecov-action from 4 to 5
2 parents 15b6604 + bd0bf0a commit 2dc5e42

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
@@ -183,7 +183,7 @@ jobs:
183183
- run: just coverage
184184

185185
- name: Upload coverage to Codecov
186-
uses: codecov/codecov-action@v4
186+
uses: codecov/codecov-action@v5
187187
with:
188188
token: ${{ secrets.CODECOV_TOKEN }}
189189
file: ./coverage.xml

0 commit comments

Comments
 (0)