Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3.1.1 to 4.0.1 (#1192)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 4d43918 commit 24762f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run test:ci

- name: Upload Coverage Reports to Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.0.1
with:
directory: ./reports/coverage
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 24762f5

Please sign in to comment.