diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6934263..0ddb7a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: update_existing: true - name: Coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 # with: # token: ${{ secrets.CODECOV_TOKEN }}