Skip to content

Commit d6bd5c6

Browse files
authored
Merge pull request #1 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 82cbed8 + c8a7835 commit d6bd5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
- name: cargo llvm-cov
109109
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
110110
- name: Upload to codecov.io
111-
uses: codecov/codecov-action@v2
111+
uses: codecov/codecov-action@v3
112112
with:
113113
fail_ci_if_error: true

0 commit comments

Comments
 (0)