Skip to content

Commit 47f16c7

Browse files
authored
Merge pull request #184 from combor/dependabot/github_actions/codecov/codecov-action-6.0.1
build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1
2 parents 9de46bc + e72960c commit 47f16c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: go test -coverprofile=coverage.out -covermode=atomic ./...
6060

6161
- name: Upload to Codecov
62-
uses: codecov/codecov-action@v6.0.0
62+
uses: codecov/codecov-action@v6.0.1
6363
with:
6464
files: coverage.out
6565
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)