Skip to content

Commit 170c808

Browse files
authored
Merge pull request #75 from gone-io/dependabot/github_actions/codecov/codecov-action-5.4.3
ci(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3
2 parents a47e281 + 8a81269 commit 170c808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run coverage
3030
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/[email protected].2
32+
uses: codecov/[email protected].3
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)