Skip to content

Commit f7e7c99

Browse files
authored
Merge pull request #37 from indy2kro/dependabot/github_actions/codecov/codecov-action-5
chore: bump codecov/codecov-action from 4 to 5
2 parents cef6571 + c99bac1 commit f7e7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686

8787
- name: Send code coverage report to Codecov.io
88-
uses: codecov/codecov-action@v4
88+
uses: codecov/codecov-action@v5
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
files: coverage.xml

0 commit comments

Comments
 (0)