Skip to content

Commit 4d50344

Browse files
authored
Merge pull request #1 from jonatas/dependabot/github_actions/dot-github/workflows/codecov/codecov-action-5
ci:(deps): bump codecov/codecov-action from 3 to 5 in /.github/workflows
2 parents 62b6a22 + d1eb2b6 commit 4d50344

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
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Upload coverage reports
192192
if: matrix.os == 'ubuntu-latest'
193-
uses: codecov/codecov-action@v3
193+
uses: codecov/codecov-action@v5
194194
with:
195195
files: '**/coverage.cobertura.xml'
196196
fail_ci_if_error: false

0 commit comments

Comments
 (0)