Skip to content

Commit 3837a5d

Browse files
authored
Merge pull request #67 from snapp-incubator/dependabot/github_actions/codecov/codecov-action-4.6.0
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0
2 parents 06aa5f0 + bb0152a commit 3837a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
go-version-file: "go.mod"
3333
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
34-
- uses: codecov/codecov-action@v4.5.0
34+
- uses: codecov/codecov-action@v4.6.0
3535
with:
3636
files: coverage.out
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)