Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Feb 5, 2024
1 parent 219cb99 commit ae39e3d
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 @@ -43,7 +43,7 @@ jobs:
go test ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit ae39e3d

Please sign in to comment.