Skip to content

Commit 22d383b

Browse files
chore(deps): update codecov/codecov-action action to v5 (#15414)
1 parent 663a758 commit 22d383b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
- name: map coverage
214214
run: node ./scripts/mapCoverage.mjs
215215
if: always()
216-
- uses: codecov/codecov-action@v4
216+
- uses: codecov/codecov-action@v5
217217
if: always()
218218
with:
219219
directory: ./coverage
220+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)