Skip to content

Commit 253d807

Browse files
authored
Merge pull request #32 from ruby-openid/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 4fbf340 + 0183eb6 commit 253d807

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
@@ -109,7 +109,7 @@ jobs:
109109
continue-on-error: ${{ matrix.experimental != 'false' }}
110110

111111
- name: Upload coverage to Codecov
112-
uses: codecov/codecov-action@v5
112+
uses: codecov/codecov-action@v6
113113
if: ${{ github.event_name != 'pull_request' }}
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)