Skip to content

Commit

Permalink
ci: bump codecov action
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
radhermit committed Nov 26, 2024
1 parent 10d7c2f commit 0e2491a
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 @@ -112,7 +112,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ inputs.event-type == '' && github.ref_name == 'main' && matrix.go-version == 'stable' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out

0 comments on commit 0e2491a

Please sign in to comment.