Skip to content

Commit b97dd7d

Browse files
authored
Merge pull request #85 from snapp-incubator/dependabot/github_actions/codecov/codecov-action-5.0.7
chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7
2 parents e90c4ae + 01eb429 commit b97dd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: "go.mod"
2828
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
29-
- uses: codecov/[email protected].2
29+
- uses: codecov/[email protected].7
3030
with:
3131
files: coverage.out
3232
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)