Skip to content

Commit ccac54c

Browse files
authored
Merge pull request #237 from H1rono/dependabot/github_actions/codecov/codecov-action-5
⬆️ Bump codecov/codecov-action from 4 to 5
2 parents 1f66e5f + eeb4dd6 commit ccac54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
./grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/coverage.lcov
6666
- name: Upload coverage to Codecov
6767
if: github.repository_owner == 'H1rono' || github.repository_owner == 'h1rono'
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
files: target/coverage.lcov
7171
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)