Skip to content

Commit 2ee414c

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 9877d56 commit 2ee414c

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
@@ -102,7 +102,7 @@ jobs:
102102
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
103103
env:
104104
CI: true
105-
- uses: codecov/codecov-action@v3
105+
- uses: codecov/codecov-action@v5
106106
if: ${{ matrix.eslint-version == 8 }}
107107
test-ubuntu:
108108
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)