Skip to content

Commit d4e4394

Browse files
Merge pull request #526 from SierraSoftworks/dependabot/github_actions/codecov/codecov-action-5.5.3
chore(deps): Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 7eb93e9 + bc1fcab commit d4e4394

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.2
89+
uses: codecov/codecov-action@v5.5.3
9090
with:
9191
files: ./lcov.info
9292
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)