Skip to content

Commit 57aa0b7

Browse files
Merge pull request #274 from SierraSoftworks/dependabot/github_actions/codecov/codecov-action-5.4.3
chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3
2 parents c572ab3 + a8bf1bc commit 57aa0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)