Skip to content

Commit a3ddb57

Browse files
authored
Merge pull request #14 from sysulq/dependabot/github_actions/actions-deps-130f50e8ca
chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 in the actions-deps group
2 parents 11d6cac + 47aedd1 commit a3ddb57

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
@@ -34,6 +34,6 @@ jobs:
3434
run: go test -race -v ./... -coverprofile=coverage.out
3535

3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v4.6.0
37+
uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)