Skip to content

Commit bacaaf5

Browse files
authored
Merge pull request #30 from firelink-data/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents 6ada56e + 2b9a234 commit bacaaf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate coverage report
3030
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3131
- name: Upload coverage report
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v4
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
files: lcov.info

0 commit comments

Comments
 (0)