build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#355)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-01 10:49:42 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent e127529579
commit bd0e2818bf
+1 -1
View File
@@ -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 }}