Skip to content

Commit ba2fdbd

Browse files
authored
Merge pull request #706 from ruby-oauth/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 9bc38fd + f03972e commit ba2fdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

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

0 commit comments

Comments
 (0)