diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3aaefb15..992cc0cd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: run: yarn test:unit - name: Test run: yarn test:e2e - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: ${{ matrix.node-version == '24.x' }} - uses: actions/upload-artifact@v7 with: