Skip to content

Commit 276a4cc

Browse files
Bump codecov/codecov-action from 3 to 4 (#21)
Category: none
1 parent 0bc3336 commit 276a4cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Coverage
2424
run: npm run coverage
2525
- name: Codecov
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v5
2727
with:
28-
file: coverage/lcov.info
28+
files: coverage/lcov.info
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)