Skip to content

Commit

Permalink
Merge pull request #14 from sysulq/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…deps-130f50e8ca

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 in the actions-deps group
  • Loading branch information
sysulq authored Nov 19, 2024
2 parents 11d6cac + 47aedd1 commit a3ddb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: go test -race -v ./... -coverprofile=coverage.out

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

0 comments on commit a3ddb57

Please sign in to comment.