Skip to content

Commit f143251

Browse files
committed
Bump codecov-action to v6 for Node 24 support
v6.0.0 pins github-script@v8 which runs natively on Node 24, resolving the deprecation warning at the source instead of forcing via FORCE_JAVASCRIPT_ACTIONS_TO_NODE24.
1 parent 78b144f commit f143251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
env:
1010
TAG_PREFIX: emazzotta/lighthouse-badges
1111
BUN_VERSION: 1.3.12
12-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1312

1413
permissions:
1514
id-token: write
@@ -46,7 +45,7 @@ jobs:
4645
run: bun run test:coverage
4746

4847
- name: Upload Coverage to Codecov
49-
uses: codecov/codecov-action@v5
48+
uses: codecov/codecov-action@v6
5049
with:
5150
files: coverage/lcov.info
5251
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)