Skip to content

Commit 0daa084

Browse files
authored
Merge pull request #55 from pboling/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 7624082 + 8d37e7c commit 0daa084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ jobs:
110110
continue-on-error: ${{ matrix.experimental != 'false' }}
111111

112112
- name: Upload results to Codecov
113-
uses: codecov/codecov-action@v4
113+
uses: codecov/codecov-action@v5
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)