Skip to content

Commit

Permalink
Merge pull request #119 from widmogrod/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.4.1

build(deps): bump codecov/codecov-action from 4.0.1 to 4.4.1
  • Loading branch information
widmogrod authored Jun 1, 2024
2 parents a51569d + 7195403 commit f464159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
go test -race -coverprofile=coverage.out -covermode=atomic ./... || true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: widmogrod/mkunion

0 comments on commit f464159

Please sign in to comment.