Skip to content

Commit 23d6c36

Browse files
chore(deps): update codecov/codecov-action action to v5 (#1671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59ab5f0 commit 23d6c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
115115
env:
116116
CI: true
117-
- uses: codecov/codecov-action@v4
117+
- uses: codecov/codecov-action@v5
118118
if: ${{ matrix.eslint-version == 8 }}
119119
with:
120120
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)