diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 493ac37..c00dae1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: run: ctest --test-dir build --output-on-failure - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: