Skip to content

Commit

Permalink
Bumps codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Feb 20, 2024
1 parent 23231cd commit b48ac58
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 @@ -340,7 +340,7 @@ jobs:
go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: Codecov on ${{ matrix.os }}/${{ matrix.arch }} go${{ matrix.go }}
fail_ci_if_error: false

0 comments on commit b48ac58

Please sign in to comment.