Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.4 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.4...v4.0.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Feb 1, 2024
1 parent 9411852 commit ae6b289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: go test -v -race -count=1 -covermode=atomic -coverprofile=coverage.out ./...

- name: Upload Code Coverage
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: yarn test --coverage

- name: Upload Code Coverage
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./web/coverage/clover.xml
Expand Down

0 comments on commit ae6b289

Please sign in to comment.