Skip to content

Commit 8a623d3

Browse files
authored
Merge pull request #86 from nanotaboada/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents b4c1f0a + 8765b50 commit 8a623d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: cargo tarpaulin --out xml
121121

122122
- name: Upload coverage report to Codecov
123-
uses: codecov/codecov-action@v5
123+
uses: codecov/codecov-action@v6
124124
with:
125125
token: ${{ secrets.CODECOV_TOKEN }}
126126
slug: nanotaboada/rust-samples-rocket-restful

0 commit comments

Comments
 (0)