Skip to content

Commit

Permalink
Merge pull request #47 from vorner/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4.1.1

Bump codecov/codecov-action from 4.0.1 to 4.1.1
  • Loading branch information
vorner authored Apr 21, 2024
2 parents 5d82d10 + 8a74741 commit 43a0301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: cargo tarpaulin --all-features --run-types Doctests,Tests --out Xml

- name: Upload to codecov.io
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 43a0301

Please sign in to comment.