diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14b580246..3b7507c78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Upload coverages to Codecov if: ${{ matrix.container == 'node:18-bullseye' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}