Skip to content

Commit f84ed45

Browse files
chore(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1 (#78)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2b8896 commit f84ed45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2222
- name: Codecov
23-
uses: codecov/codecov-action@v4.0.0
23+
uses: codecov/codecov-action@v4.0.1
2424
with:
2525
files: ./coverage.txt

0 commit comments

Comments
 (0)