Skip to content

Commit 6659e3c

Browse files
authored
Merge pull request #802 from slok/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents f5e6f17 + 966c7e4 commit 6659e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version-file: go.mod
2727
- run: make ci-test
28-
- uses: codecov/codecov-action@v5
28+
- uses: codecov/codecov-action@v6
2929
with:
3030
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
3131
file: ./.test_coverage.txt

0 commit comments

Comments
 (0)