diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367a578..8298697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # Upload code coverage report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VEXLife/Solvers