diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1a6a2..37dff85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Rush test run: node common/scripts/install-run-rush-pnpm.js test -r - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: rustymotors/racebox