Skip to content

Commit 43c20a2

Browse files
chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.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@v5.1.2...v5.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34bc688 commit 43c20a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2222
- name: Codecov
23-
uses: codecov/codecov-action@v5.1.2
23+
uses: codecov/codecov-action@v5.3.0
2424
with:
2525
files: ./coverage.txt
2626
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)