Skip to content

Commit ab61d84

Browse files
Bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c727588 commit ab61d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
path: TestResults-${{ matrix.go-version }}-${{ matrix.terraform-version }}.json
108108

109109
- name: Upload coverage reports to Codecov
110-
uses: codecov/codecov-action@v5
110+
uses: codecov/codecov-action@v7
111111
with:
112112
fail_ci_if_error: true
113113
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)