Skip to content

Commit

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

0 comments on commit 3c8624c

Please sign in to comment.