diff --git a/.github/workflows/melos-ci.yaml b/.github/workflows/melos-ci.yaml index e7f4d2c..f6d19de 100644 --- a/.github/workflows/melos-ci.yaml +++ b/.github/workflows/melos-ci.yaml @@ -36,7 +36,7 @@ jobs: if: always() && steps.install.outcome == 'success' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() && steps.coverage.outcome == 'success' with: token: ${{ secrets.CODECOV_TOKEN }}