Skip to content

Commit fcb1b3b

Browse files
Bump codecov/codecov-action from 3 to 5 (#107)
Category: none
1 parent a3b963e commit fcb1b3b

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
@@ -31,9 +31,10 @@ jobs:
3131
- name: Coverage
3232
run: npm run coverage
3333
- name: Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v5
3535
with:
36-
file: coverage/lcov.info
36+
files: coverage/lcov.info
37+
token: ${{ secrets.CODECOV_TOKEN }}
3738
# https://github.com/electron/electron/issues/42510#issuecomment-2171583086
3839
- name: Disable AppArmor restriction
3940
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)