Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#355)
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 Nov 1, 2024
1 parent e127529 commit bd0e281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run test:gen-cov

- name: "unit(test): upload coverage to CodeCov"
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
directory: ./coverage
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit bd0e281

Please sign in to comment.