Bump codecov/codecov-action from 6.0.1 to 7.0.0 (#7853)

This commit is contained in:
dependabot[bot]
2026-06-16 12:02:46 -08:00
committed by GitHub
parent 9545b26036
commit 804ba5bfce

View File

@@ -144,7 +144,7 @@ jobs:
test/package-lock.json
- run: SKIP_SUBMODULE_DEPS=1 npm ci
- run: npm run test:unit
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}