Skip to content

Commit 8feed76

Browse files
Bump codecov/codecov-action from 2.1.0 to 4.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 4.1.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@v2.1.0...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4998703 commit 8feed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Run Unit Tests With Coverage
191191
run: make gotest-with-cover
192192
- name: Upload coverage report
193-
uses: codecov/codecov-action@v2.1.0
193+
uses: codecov/codecov-action@v4.1.0
194194
with:
195195
file: ./coverage.txt
196196
fail_ci_if_error: true

0 commit comments

Comments
 (0)