Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit ace825b

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- 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 ae39102 commit ace825b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GO111MODULE: 'on'
5454
run: go test -v -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
5555
- name: Upload coverage report to Codecov
56-
uses: codecov/codecov-action@v2
56+
uses: codecov/codecov-action@v3
5757
with:
5858
flags: go${{ matrix.go-version }}
5959
license_check:

0 commit comments

Comments
 (0)