Skip to content

Commit 27c5535

Browse files
chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.0 (#109)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34bc688 commit 27c5535

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)