Skip to content

Commit de766dc

Browse files
Merge pull request #1289 from remarkablemark/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents 39718ee + df90e8c commit de766dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: npm run test:ci
2929

3030
- name: Codecov
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v4
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234

3335
- name: Run module tests
3436
run: npm run test:esm

0 commit comments

Comments
 (0)