build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 (#581)

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]
2026-03-31 22:37:19 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 3bf860a548
commit 4414b7f01f
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: npm test
- name: "unit(test): upload coverage to CodeCov"
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: test/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}