Skip to content

Commit c2a1f67

Browse files
Bump codecov/codecov-action from 3.1.4 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.1.2. - [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...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62aa9c9 commit c2a1f67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: go test -v ./pkg/...
4040

4141
- name: Report coverage
42-
uses: codecov/codecov-action@v3.1.4
42+
uses: codecov/codecov-action@v5.1.2
4343

4444
build:
4545
runs-on: ubuntu-latest

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: go test -v ./pkg/...
2929

3030
- name: Report coverage
31-
uses: codecov/codecov-action@v3.1.4
31+
uses: codecov/codecov-action@v5.1.2

0 commit comments

Comments
 (0)