Skip to content

Commit

Permalink
Merge pull request #133 from deepcausality-rs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
marvin-hansen authored Feb 8, 2024
2 parents 597ea8d + a052b40 commit 78f587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

0 comments on commit 78f587d

Please sign in to comment.