diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d21754..696d8eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: # CI: true - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: always() && matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}