Skip to content

Commit 9462a34

Browse files
Merge pull request #534 from SierraSoftworks/dependabot/github_actions/codecov/codecov-action-6.0.0
chore(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 1c42d28 + 93591a8 commit 9462a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: grcov . --binary-path target/debug/deps/ -s . -t lcov --ignore-not-existing --ignore '../**' --ignore '/*' --ignore 'C:/' -o ./lcov.info
8787

8888
- name: codecov upload
89-
uses: codecov/codecov-action@v5.5.3
89+
uses: codecov/codecov-action@v6.0.0
9090
with:
9191
files: ./lcov.info
9292
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)