Skip to content

Commit 5be03e2

Browse files
committed
Update GH codecov action to v6
1 parent c5c1d5b commit 5be03e2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: CI
22
on: [push, pull_request]
3-
env:
4-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
53
jobs:
64
test:
75
name: Test
@@ -38,7 +36,7 @@ jobs:
3836

3937
- name: Upload coverage
4038
if: success()
41-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v6
4240
with:
4341
token: ${{ secrets.CODECOV_TOKEN }}
4442
fail_ci_if_error: true

0 commit comments

Comments
 (0)