Skip to content

Commit f3d95e3

Browse files
authored
Merge pull request #45 from KubrickCode/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 3 to 5
2 parents b5c466a + 25961c5 commit f3d95e3

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
@@ -39,7 +39,7 @@ jobs:
3939
run: just test coverage
4040

4141
- name: Upload coverage reports
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v5
4343
with:
4444
directory: ./src/coverage/
4545
fail_ci_if_error: false

0 commit comments

Comments
 (0)