diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c00dae1..b2de6dd 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.7 + uses: codecov/codecov-action@v5.1.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: