diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad821c42..e3c15b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: poetry run tests - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 release-please: needs: test if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' }}