diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8f62cfd..85fb48a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -246,7 +246,7 @@ jobs: run: melos run test - name: 📊 Upload code coverage if: ${{ !cancelled() }} - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: packages/app/coverage/lcov.info