diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 8811dc442d..99012a29bf 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -90,7 +90,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@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -525,7 +525,7 @@ jobs: CI: true - name: Send coverage if: (matrix.node-version == '16.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@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}