Skip to content

Commit fc0dc71

Browse files
Update codecov/codecov-action action to v4 (#449)
* Update codecov/codecov-action action to v4 * Update test.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Francisco <[email protected]>
1 parent 4366cb5 commit fc0dc71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
- run: npm install
1818
- run: npm test
1919
- run: npm run coverage
20-
- uses: codecov/codecov-action@v3
20+
- uses: codecov/codecov-action@v4
21+
with:
22+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)