diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 76a8ffb363..23a3470678 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -96,7 +96,7 @@ jobs: CI: true - name: Send coverage if: ((github.event_name == 'pull_request') && (!startsWith(github.head_ref, 'release'))) || ((github.event_name == 'push') && (!startsWith(github.ref_name, 'release'))) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -530,7 +530,7 @@ jobs: CI: true - name: Send coverage if: (matrix.node-version == '22.x' || matrix.send-coverage == true) && (((github.event_name == 'pull_request') && (!startsWith(github.head_ref, 'release'))) || ((github.event_name == 'push') && (!startsWith(github.ref_name, 'release')))) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}