Skip to content

Commit b215810

Browse files
authored
Merge pull request #6 from galtzo-floss/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 7cef848 + e19e2bf commit b215810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# which will hopefully be noticed for the lack of code coverage comments
9191
- name: Upload coverage to CodeCov
9292
if: ${{ !env.ACT }}
93-
uses: codecov/codecov-action@v5
93+
uses: codecov/codecov-action@v6
9494
with:
9595
use_oidc: true
9696
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)