Skip to content

Commit

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

---
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 Sep 20, 2024
1 parent 3e1f0f8 commit a278e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: make test-unit

- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: .coverage/coverage_unit.txt
flags: unit-tests
Expand All @@ -51,7 +51,7 @@ jobs:
run: make test-integration

- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: .coverage/coverage_integration.txt
flags: integration-tests
Expand Down

0 comments on commit a278e21

Please sign in to comment.