Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.0.7 to 5.1.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 07c7816 commit 01cea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ matrix.deno-version == 'v1.x' }}
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
files: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 01cea80

Please sign in to comment.