Skip to content

Commit 563c47f

Browse files
authored
Merge pull request #23 from Kode-Rex/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents 91f5751 + 576536f commit 563c47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload coverage to Codecov
6666
if: github.event_name == 'pull_request' || github.event_name == 'schedule'
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
file: docker/coverage.xml
7070
flags: unittests

0 commit comments

Comments
 (0)