Skip to content

Commit 813398f

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 7440967 commit 813398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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@v3
117+
- uses: codecov/codecov-action@v5
118118
if: ${{ matrix.eslint-version == 8 }}
119119
test-ubuntu:
120120
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)