Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.1 to 4.0.1
  • Loading branch information
vorner authored Feb 23, 2024
2 parents 615d8f3 + fe4b6cd commit a016ba4
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@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit a016ba4

Please sign in to comment.