Skip to content

Commit

Permalink
chore(deps): Bump codecov/codecov-action from 3 to 4 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent c42c44c commit d275d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: |
go mod tidy
go test -failfast -race -covermode=atomic -coverprofile=coverage.txt ./... -run -timeout=2m
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit d275d89

Please sign in to comment.