Skip to content

Commit 5d9455d

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#112)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e14881d commit 5d9455d

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.3.1
23+
uses: codecov/codecov-action@v5.4.0
2424
with:
2525
files: ./coverage.txt
2626
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)