Skip to content

Commit a97d4c5

Browse files
authored
Merge pull request #9 from ruby-oauth/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 2214e98 + 2f39b0e commit a97d4c5

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
@@ -92,7 +92,7 @@ jobs:
9292
# Build will fail here if coverage upload fails
9393
# which will hopefully be noticed for the lack of code coverage comments
9494
- name: Upload coverage to CodeCov
95-
uses: codecov/codecov-action@v5
95+
uses: codecov/codecov-action@v6
9696
with:
9797
use_oidc: true
9898
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)