diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce59e8..3a37194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: recreate: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}