diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba1db15..25609a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: WatchItDev/watchit-app