Skip to content

Commit

Permalink
Merge pull request #136 from theparanoids/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.0.1

Bump codecov/codecov-action from 3.1.4 to 4.0.1
  • Loading branch information
maditya authored Feb 7, 2024
2 parents 67db835 + 5d0a1d5 commit ad2c161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: go test -covermode atomic -coverprofile coverage.txt ./...

- name: Upload Coverage Report
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with:
file: ./coverage.txt

Expand Down

0 comments on commit ad2c161

Please sign in to comment.